﻿@charset "utf-8";
/* @font-face {
    font-family: "sy";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
         url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
         url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
         url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}
@font-face {
    font-family: "pf";
    src: url("../fonts/pingfang_regular.ttf") format("truetype"),
         url("../fonts/pingfang_regular.eot") format("embedded-opentype"),
         url("../fonts/pingfang_regular.svg") format("svg");
}
@font-face {
    font-family: "pfm";
    src: url("../fonts/pingfang_heavy.woff") format("woff"),
         url("../fonts/pingfang_heavy.ttf") format("truetype"),
         url("../fonts/pingfang_heavy.eot") format("embedded-opentype"),
         url("../fonts/pingfang_heavy.svg") format("svg");
} */
html,body{width: 100%; overflow-x:hidden;}

body{padding:0; margin:0px auto; font-size:14px; line-height:24px; color:#333; width:100%; zoom:1;font-family: 'pf','Microsoft YaHei',arial,sans-serif; background: #fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}
select,input,textarea,button{font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: arial, Microsoft YaHei, sans-serif;}
input:focus {outline: none;}
input,button,select,textarea{border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select {background:none; border:none; margin:0; padding:0; font-size:14px;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{display: block;} /*html5设置*/
figure,figcaption{margin:0px; padding:0px;}
audio,canvas,progress,video {display: block;}
img{max-width:100%; border:none; border:0;  vertical-align:top;}
a{color:#333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{text-decoration:none; color:#c61217;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url(../images/ico/selectarr.png) no-repeat scroll 95% center transparent;*/
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

.mgc{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#fff;border:1px solid #d5d5d5;}.mgc:checked:after{left:-5px; top:-5px; position:absolute;content:'';display:block;height:10px;width:10px; border-radius:50%; background:#3b66ad; border:6px solid #dddddd;}.mgc:disabled{opacity:.65}.mgc:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgc:checked{background-color:#fff;border-color:#d7d7d7;}.mgc:checked:after{border-color:#dddddd}.mgc-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgc-primary:checked{background-color:#337ab7;border-color:#337ab7;}.mgc-primary:checked:after{border-color:#fff}.mgc-success{background-color:#fff;border:1px solid #d7d7d7;}.mgc-success:checked{background-color:#5cb85c;border-color:#5cb85c;}.mgc-success:checked:after{border-color:#fff}.mgc-info{background-color:#fff;border:1px solid #d7d7d7;}.mgc-info:checked{background-color:#5bc0de;border-color:#5bc0de;}.mgc-info:checked:after{border-color:#fff}.mgc-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgc-warning:checked{background-color:#f0ad4e;border-color:#f0ad4e;}.mgc-warning:checked:after{border-color:#fff}.mgc-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgc-danger:checked{background-color:#cf3b3a;border-color:#cf3b3a;}.mgc-danger:checked:after{border-color:#fff}.mgc-circle{border-radius:50%}.mgc-sm{width:12px;height:12px;}.mgc-sm:checked:after{top:2px;left:1px;height:3px;width:6px}.mgc-lg{width:19px;height:19px;}.mgc-lg:checked:after{top:3px;left:3px;height:5px;width:10px}.mgr{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;background-color:#fff;border:1px solid #d7d7d7;}.mgr:disabled{opacity:.65}.mgr:before{content:'';display:block;height:0;width:0;-webkit-transition:width .25s,height .25s;transition:width .25s,height .25s}.mgr:checked:before{height:8px;width:8px;border-radius:50%;margin:3px 0 0 3px}.mgr:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgr:checked{border:1px solid #555;}.mgr:checked:before{background-color:#555}.mgr-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgr-primary:checked{border:1px solid #337ab7;}.mgr-primary:checked:before{background-color:#337ab7}.mgr-success{background-color:#fff;border:1px solid #d7d7d7;}.mgr-success:checked{border:1px solid #5cb85c;}.mgr-success:checked:before{background-color:#5cb85c}.mgr-info{background-color:#fff;border:1px solid #d7d7d7;}.mgr-info:checked{border:1px solid #5bc0de;}.mgr-info:checked:before{background-color:#5bc0de}.mgr-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgr-warning:checked{border:1px solid #f0ad4e;}.mgr-warning:checked:before{background-color:#f0ad4e}.mgr-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgr-danger:checked{border:1px solid #cf3b3a;}.mgr-danger:checked:before{background-color:#cf3b3a}.mgr-sm{width:12px;height:12px;}.mgr-sm:checked:before{height:6px;width:6px;border-radius:50%;margin:2px 0 0 2px}.mgr-lg{width:19px;height:19px;}.mgr-lg:checked:before{height:11px;width:11px;border-radius:50%;margin:3px 0 0 3px}.mgc-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:41px;height:24px;border:1px solid #dfdfdf;outline:0;border-radius:16px;box-sizing:border-box;background:#dfdfdf;}.mgc-switch:before,.mgc-switch:after{content:" ";position:absolute;top:0;left:0;border-radius:15px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.mgc-switch:before{width:39px;height:22px;background-color:#fdfdfd}.mgc-switch:after{width:22px;height:22px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.mgc-switch:checked{border-color:#04be02;background-color:#04be02;}.mgc-switch:checked:before{-webkit-transform:scale(0);transform:scale(0)}.mgc-switch:checked:after{-webkit-transform:translateX(17px);transform:translateX(17px)}.mgc-sm.mgc-switch{height:20px;width:32px;}.mgc-sm.mgc-switch:before{height:18px;width:30px}.mgc-sm.mgc-switch:after{width:18px;height:18px}.mgc-sm.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(10px);transform:translateX(10px)}.mgc-lg.mgc-switch{height:32px;width:52px;}.mgc-lg.mgc-switch:before{height:30px;width:50px}.mgc-lg.mgc-switch:after{width:30px;height:30px}.mgc-lg.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(18px);transform:translateX(18px)}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #c61217;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*font*/
.pfm{font-family: 'pfm';}
.yh{font-family: 'Microsoft YaHei';}
.tit{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;}
.p{overflow: hidden;word-break:normal; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}

.bgBody{background:#f5f5f5;}
.bgBody .Position{background-color: #fff;}

/*table*/
.table{display: table; width: 100%; border-collapse: collapse;}
.table-head,.table-body{display: table-row; width: 100%;}
.table-th,.table-td{display: table-cell; text-align: center; vertical-align: middle;}

/*effict*/
.Scale-img{cursor: pointer; zoom:1; overflow: hidden; position: relative; z-index: 3;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;display: block; width: 100%;}
.Scale-img:hover img,.Scale-img:hover span,li:hover .Scale-img img,li:hover .Scale-img span,.item:hover .Scale-img img,.item:hover .Scale-img span {opacity: 1;-webkit-transform: scale3d(1.03,1.03,1.03);transform: scale3d(1.03,1.03,1.03); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{overflow:hidden; position:relative;}
.imgbox span,.Scale-img span{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}

/* icon */
.icons img{position: absolute; width: 100%; left: 0; top: 0;}
.icons .i1{transition: 400ms;}
.icons .i2{-webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha (opacity=0); transition:500ms;}
li:hover .icons .i2,li.on .icons .i2,.item.slick-current .icons .i2{-webkit-transform:scale(1); transform:scale(1); opacity:1;  filter:alpha(opacity=100);}
li:hover .icons .i1,li.on .icons .i1,.item.slick-current .icons .i1{opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale (1.2); transform: scale(1.2);}


/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; clear:both;margin-top:50px; }
.Pages a{display: inline-block;width:35px;height:35px;line-height: 35px;border-radius: 50%;border:1px solid #ebebeb;margin:0 3px;}
.Pages a:hover,.Pages a.a_cur{background:#c61217;color:#fff;border:1px solid #c61217;}
.Pages a.a_prev,.Pages a.a_next{width:70px;border-radius: 5px;margin:0 30px;}

@media ( max-width:1024px){
	.Pages{margin-top:30px;}
	.Pages a{font-size: 14px;width:30px;height:30px;line-height: 30px;margin:0;}
	.Pages a.a_prev,.Pages a.a_next{width:60px;margin:0;}
}

/*pages end*/

/*Top*/
.Header.fixed2{background-color: rgba(0,0,0,0.5) !important;}
.Header.fixed2,.Header.fixed3{transition: transform .3s; transform-origin: top center; position: fixed; width: 100%; z-index: 100; top: 0;}
.Header.fixed3{transform: translateY(-100px);}
.HomeBody .Header{position: fixed; background-color: transparent; background-image: url(../images/topbg.png); background-repeat: repeat-x; background-position: left bottom; border-bottom: 1px solid rgba(255,255,255,0.1);}
.HomeBody .MainNav li span a,.HomeBody .MainNav li .iconfont,.HomeBody .Search .Searchico,.fixed2 .MainNav li span a,.fixed2 .MainNav li .iconfont,.fixed2 .Search .Searchico{color: #fff;}
.HomeBody .Header .Logo .i1,.Header.fixed2 .Logo .i1{display: none;}
.HomeBody .Header .Logo .i2,.Header.fixed2 .Logo .i2{display: block;}

.Header{background-color: #fff; width: 100%; position: relative; left: 0; top: 0; z-index: 99;}
.Header .bgon{transition: all ease 0.3s;}
.Header .Logo{width: 208px; padding: 13px 0; float: left;}
.Header .Logo .i2{display: none;}
.Header .Logo img{display: block; width: 100%;}
.TopRight::before{content: ''; position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,0.08); left: 0; top: 0; margin-top: 0;}
.TopRight .link{margin: 11px 0; width: 134px; line-height: 50px; border-radius: 30px; background: #c61217; text-align: center; font-size: 16px;position: relative;}
.TopRight .link a{display: block; color: #fff;}
.TopRight .link img{display: inline-block; vertical-align: middle; margin-right: 5px;}
.TopRight .link i{margin-left: 3px;}

.Search{ position:relative; padding: 0 20px;}
.Search .Searchico{ 
    cursor: pointer;
    color: #9b9b9b;
    text-align: center;
    width: 38px;
    line-height: 72px;
    position: relative;
    top: 24px;
}
.Search .Searchico .iconfont{ vertical-align:bottom; font-size:26px;}
.Search .Searchico i{display: inline-block;width: 26px;height: 26px}
.Search .Searchico .i_gb{
	display: none;
    background: url(../images/ico_c.png) center no-repeat;
    background-size: 80%;
    }
.Search .Searchico .i_so{
    background: url(../images/ico_s.png) center no-repeat;
    display: block;
    background-size: 94%;
    margin-top:-8ps;
    }

.Search .Searchico:hover .i_so{
	background: url(../images/ico_s1.png) center no-repeat;
    display: block;
    background-size: 94%;
}
.Search .Searchico:hover{ color:#c61217;}
.Search .Searchico.on .i_gb{ display:block;}
.Search .Searchico.on .i_so{ display:none;}
.Search .searchbox{visibility: hidden; opacity: 0; position: absolute; right: 0; top: 100%; width: 180px; border: 1px solid #c61217; border-radius: 30px; overflow: hidden; padding-right: 75px; background:#fff; line-height:38px; transition: all ease 0.3s;}
.Search .searchbox.on{visibility:visible; opacity:1; top:73px;}
.Search .searchbox input{ width:100%; height:38px; padding: 0 15px;}
.Search .searchbox .input::-webkit-input-placeholder {color: #999;}
.Search .searchbox .btn{ position:absolute; right:0; top:0; bottom: 0; width:65px; border-radius:40px; background:#c61217; color: #fff; padding: 0;height: 40px;line-height: 40px;}

.Search .SearchBox_01{line-height: 72px;}
.Search .SearchBox_01 button{background: none;color:#fff;}
.Search .SearchBox_01 input{color:#fff;}
.Search .SearchBox_01 .i_so{width: 22px;height: 24px;background:url(../images/ico_s2.png) center no-repeat;display: inline-block;background-size: 100%}
.Search .SearchBox_01 .btn{position: relative;top: 9px;}

.Search .SearchBox_01 input:-moz-placeholder {color: rgba(255,255,255,0.5);}
.Search .SearchBox_01 input::-moz-placeholder {color: rgba(255,255,255,0.5);}
.Search .SearchBox_01 input:-ms-input-placeholder {color: rgba(255,255,255,0.5);}
.Search .SearchBox_01 input::-webkit-input-placeholder{color: rgba(255,255,255,0.5);}

.Search .SearchBox_02{display: none;}
.Search .SearchBox_02 i{height: 60px;}
.Search .SearchBox_02 .Searchico{
	top: 0
}
.Search .SearchBox_02 .Searchico .i_so{
    background: url(../images/ico_s2.png) center no-repeat;
    display: block;
    background-size: 94%;
    }
.Search .SearchBox_02 .Searchico.on{
	top: 0px;
}
.Search .SearchBox_02 .Searchico.on .i_so{
	display: none;
}
.Search .SearchBox_02 .searchbox.on{
	top: 60px
}




.MainNav{float: right; width: 630px;}
.MainNav li{float:left; margin-left: 5%; text-align:center; position: relative;}
.MainNav li span{display: block; border-bottom: 2px solid transparent;}
.MainNav li span a{z-index:1; position:relative; display: inline-block; line-height: 70px; color:#666; font-size:18px;}
.MainNav li:nth-last-child(2) span a{background: none;}
.MainNav li span a em{position:relative; z-index:1;}
.MainNav li .iconfont{margin-left: 5px;}
.MainNav li.onnav span,.MainNav li:hover span{border-bottom: 2px solid #c61217;}

.NavPull{width: 160px; position: absolute; left: 50%; top: 100%; margin-left: -80px; z-index: 99; display: none; background: rgba(0,0,0,0.6);}
.NavPull dd a{display: block; line-height: 40px; text-align: center; color: #fff; border-bottom: 1px dashed rgba(255,255,255,0.1); font-size: 14px;}
.NavPull dd:hover a{background: #c61217; color: #fff;}
.NavPull.on{display: block;}

.openbtn{cursor:pointer; display:none;width:32px; height:25px; position:absolute; right:12px; top:50%; margin-top: -12px; z-index:9;}
.closebtn{position:fixed; left:0px; top:60px; width:100%; height:100%; z-index:99; display:none;}
.openbtn span{display:block; height:3px; background:#c61217; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn span.sp2{width: 18px; margin-left: 9px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp3 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp2{display:none;}
@media ( max-width:1440px){
.MainNav li span a{
	font-size: 16px;
}
}
@media ( max-width:1100px){
	.TopRight{width: auto; margin-right: 60px;}
	.TopRight::before{display: none;}
	.openbtn{display:block;}
	.MainNav{position:fixed; left:0; z-index:100; width:100%; float: none; padding:0 0 15px; top:72px; transition: all ease 0.3s; display:none; background: rgba(0,0,0,0.85);}
	.MainNav ul{padding:12px 0; width: auto; float: none;}
	.MainNav li{opacity:0; display:block; position:relative; float:none; margin-left: 0; border-bottom:1px solid rgba(255,255,255,0.1); width:auto; opacity:0;transition:opacity 1s;}
	.MainNav li:nth-child(1){transition:opacity 1s;}
	.MainNav li:nth-child(2){transition:opacity 1s 0.2s;}
	.MainNav li:nth-child(3){transition:opacity 1s 0.3s;}
	.MainNav li:nth-child(4){transition:opacity 1s 0.4s;}
	.MainNav li:nth-child(5){transition:opacity 1s 0.5s;}
	.MainNav li:nth-child(6){transition:opacity 1s 0.6s;}
	.MainNav li:nth-child(7){transition:opacity 1s 0.7s;}
	.MainNav li span{border-bottom: none !important;}
	.MainNav li span a{font-size:16px; text-align:left; height:auto; display:block; line-height:30px !important; height:auto !important; height:auto; padding:10px 0 10px 15px; color: #fff;}
	.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{color:#c61217; background: none;}
	.MainNav .arr{display:inline-block; position:absolute; z-index:2; width:50%; height:50px; line-height:44px; right:0px; text-align: right; padding-right:10px; top:0px; color: rgba(255,255,255,0.8);}
	.MainNav li .iconfont{margin-right: 0;}
	.MainNav li.onnav .iconjia{display:none;}
	.MainNav li.onnav .iconjian{display:block;}
	.MainNav li.onnav .NavPull{display: block;}
	.MainNav.on li{opacity:1;}

	.NavPull{width:auto; position:static; margin-left: 0; background: none; padding-bottom: 15px;}
	.NavPull dd a{text-align:left; padding: 0 0 0 35px; border-bottom: none; color: rgba(255,255,255,0.7);}
}

@media ( max-width:640px){
	.Header .Logo{width: 150px;}
	.TopRight{margin-right: 40px;}
	.TopRight .link{width: 36px; text-align: center; line-height: 36px; border-radius: 50%;}
	.TopRight .link span,.TopRight .link i{display: none;}
	.TopRight .link img{margin-right: 0; vertical-align: text-bottom;}
	.Search{padding: 0 10px 0 0;}
	.Search .Searchico{line-height: 60px;}
	.MainNav{top: 59px;}
	.Search .SearchBox_01{display: none;}
	.Search .SearchBox_02{display: block;}
}

/*Top*/

/*Bottom*/
.Footer{background: #303030; color: #959595; font-size: 12px;}
.Sitepath{border-top: 10px solid #c61217; padding: 40px 0 30px;}
.Sitepath dl{float: left; width: 280px; margin-right: 5%;}
.Sitepath dl dt{font-size: 16px; color: #fff; line-height: 25px;}
.Sitepath dl dd p{margin-top: 10px; line-height: 16px;}
.Sitepath dl.i2 dd p{padding-left: 64px; position: relative;}
.Sitepath dl.i2 dd p span{position: absolute; left: 0; top: 0;}
.Sitepath dl.i3{width: 340px; float: right; margin-right: 0;}
.Sitepath dl.i3 dd{width: 100px; float: left; margin-left: 20px;}
.Sitepath dl.i3 dd:first-child{margin-left: 0;}
.Sitepath dl.i3 dd img{display: block; width: 100%;}
.Sitepath dl.i3 dd span{display: block; line-height: 32px; text-align: center;}

.Bottom{border-top: 1px solid #454545; padding: 15px 0; line-height: 22px; font-size: 12px;}
.Bottom a{color: #959595;}
.Bottom p i{padding: 0 10px;}
.Bottom a:hover{color: #c61217;}
.Bottom .txt{width: 60%;}
.Bottom .Link{ width:205px; float:right; position:relative; margin-left: 20px;}
.Bottom .Link dt{cursor:pointer; background:#454545; padding:0 12px; position:relative; line-height:37px; color:#959595;}
.Bottom .Link .iconxjt{ position:absolute; right:10px; top:0; color:#808082;transition: all ease 0.3s;}
.Bottom .Link dd{padding:10px 0; position:absolute; bottom:0px; width:100%; left:0; z-index:100; background:#2c2c2e; border-bottom:1px solid #464649; opacity:0; visibility:hidden;transition: all ease 0.3s;}
.Bottom .Link dd p{padding:0 10px; line-height: 26px;}
.Bottom .Link dd p a{ color:#fff;transition: all ease 0.3s;}.Bottom .Link dd p a:hover{ color:#c61217;}
.Bottom .Link.on dd{ opacity:1; visibility:visible; bottom:37px;}
.Bottom .Link.on dt{ background:#424244;}
.Bottom .Link.on dt .iconxjt{
dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
-ms-transform: translate(0, -3px) rotate(-180deg) !important;
-o-transform: translate(0, -3px) rotate(-180deg) !important;
transform: translate(0, -3px) rotate(-180deg) !important;
}

@media ( max-width:1024px){
	.Sitepath dl{
		width: 50%;
		margin-right: 0;    
		margin-bottom: 5%;
	}
		.Sitepath dl.i3 {

	    float: none;
	    margin-right: 0;
	    margin: 0 auto;
	}
}

@media ( max-width: 768px){
	.Bottom .Link{float: none; margin: 0 auto 10px;}
	.Bottom .txt{float: none; width: auto; text-align: center;}
	.Sitepath dl{width: 100%;}
}

/*Bottom*/

/*公用样式*/
.fl{float:left;}.fr{float:right;}.tl{text-align:left !important;}.tr{text-align:right;}.tc{text-align:center !important;}
.hide{display:none;}
.block{display:block;}
.none{position:absolute; top:0; left:0; width:100%;visibility:hidden; opacity:0;}
.clear{clear:both;}
.clearfix{overflow:hidden;_zoom:1;*zoom:1;}
.clearfix:after{content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.relative{position:relative;}
.w1400{width: 1400px; margin: 0 auto;}
.w1024{width: 1024px; margin: 0 auto;}
.arial{font-family: Arial;}

@media ( max-width:1430px){
	.w1400{width: auto; padding: 0 15px;}
}

@media ( max-width:1054px){
	.w1024{width: auto; padding: 0 15px;}
}

.f_red{color: #c61217 !important;}
.f_green{color: #00bf3f !important;}
.redbg{background: #c61217 !important;}
.whitebg{background-color: #fff;}
.Greybg{background-color: #f8f8f8;}
.fn{float: none !important; width: auto !important; clear: both;}
.boxbg{background-size: cover; background-position: center top; background-repeat: no-repeat;}
.empty,input{outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ptb3{padding: 3% 0;}
.ptb5{padding: 5% 0;}
.mb3{margin-bottom: 3%;}
.mb5{margin-bottom: 5%;}
.auto{margin-left: auto; margin-right: auto;}
.nobb{border-bottom: none;}

/* 栏目页公用样式 */
.Container{min-height: 400px; height: auto !important; height: 400px;}
.Ban .mimg{display: none;}
.Ban .img img{display: block; width: 100%;}
.Ban .w1400{position: absolute; left: 50%; margin-left: -700px; top: 50%; transform: translate(0,-50%);}
/* .Ban .BanTxt{padding-top: 115px;} */
.Ban .BanTxt .name span{display: block; font-size: 36px; line-height: 36px; margin-bottom: 16px;}
.Ban .BanTxt .name i{display: block; width: 15px; height: 2px; background: #c61217;}
.Ban .BanTxt .info{font-size: 20px; line-height: 35px; color: #666; margin-top: 16px;}
.Ban .BanTxt .info i{display: block;}
.Position{line-height: 80px; padding-bottom: 2px; background: url(../images/arr2.png) repeat-x; box-shadow: 0 15px 37px rgba(0,0,0,0.05);position: relative;}
.Current{color: #999;}
.Current a{color: #bababa;}
.Current i{color: #c61217; margin-right: 5px; font-size: 18px;}
.Current i.icondz3{display: inline-block;background: url(../images/weizhi.png) no-repeat center center;width: 18px;height: 20px;}
.Current span{color: #c61217;}

/* .Menus{width: 75%;} */
.Menus .title{padding: 10px 15px; font-size: 18px; font-weight: bold; background: #c61217; color: #fff; line-height: 24px; display: none;}
.Menus .title i{float: right; font-size: 24px; transition: ease-in-out 300ms;}
.Menus .title.on i{transform: rotate(-180deg);}
.Menus dd{float: left; background: url(../images/line.png) no-repeat right center;}
.Menus dd a{display: block; padding: 0 22px; font-size: 18px; background-repeat: no-repeat; background-size: cover;}
.Menus dd:last-child{background: none;}
.Menus dd.on a,.Menus dd:hover a{background-color: #c61217; background-image: url(../images/subbg.png); color: #fff;}

.Title01{line-height: 35px;}
.Title01 .name{font-size: 24px; padding-right: 25px;}
.Title01 .more{float: right; color: #c61217;}
.Title01 .more img{display: inline-block; vertical-align: middle; margin-left: 10px;}
.Title01 .investinfo{font-size: 24px; padding-left: 25px;}

@media ( max-width:1430px){
	.Ban .w1400{left: 0; right: 0; margin-left: 0;}
}

@media ( max-width: 1054px){
	.Ban .BanTxt .name span{font-size: 20px; line-height: 30px; margin-bottom: 10px;}
	.Ban .BanTxt .info{font-size: 14px; line-height: 20px;}
	.Position{line-height: 30px; border-bottom: none; padding: 0; box-shadow: none;}
	.Current,.Menus{width: auto; float: none;}
	.Current{padding: 10px 0;}
	.Menus .title{display: block;}
	.Menus dl{display: none; padding: 15px; border: 1px solid #c61217;}
	.Menus dd{float: none;}
	.Menus dd a{padding: 0; line-height: 36px;}
	.Menus dd.on a,.Menus dd:hover a{background: none; color: #c61217;}
}

@media ( max-width: 768px){
	.Title01{line-height: 24px;}
	.Title01 .name{font-size: 20px;}
}

@media ( max-width: 640px){
	.ptb3{padding: 5% 0;}
	.mb3{margin-bottom: 5%;}
	.mb5{margin-bottom: 8%;}
}

@media ( max-width: 480px){
	.ptb3{padding: 5% 0;}
	.mb3{margin-bottom: 5%;}
	.mb5{margin-bottom: 8%;}
	.Ban .pcimg{display: none;}
	.Ban .mimg{display: block;}
	.Ban .BanTxt .info{margin-top: 10px; line-height: 20px;}
	.Ban .BanTxt .info i{display: inline-block;}
}


